home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz_readmes.lzx / GMODPlay1.readme < prev    next >
Text File  |  1984-09-17  |  2KB  |  57 lines

  1. Short:    Example source in Blitz Basic 2 to handle GMODs.
  2. Author:   CAT (Toby Zuijdveld)
  3. Uploader: hoss@satech.net.au (Steven Cooke)
  4. Type:     code/blitz2
  5.  
  6. My first official and well set out (OK, I take that back!) released piece
  7. of Blitz example source, for everyone to marvel and wonder over.
  8.  
  9. Well OK you can just look at it, call it crap and chuck it away too, but I
  10. like it anyway :)
  11.  
  12. Aaaanyway, This source is a simple player for the GMOD standard.  (Included
  13. in this archive)
  14.  
  15. Not much more to say really, I've remmed all the source pretty extensively,
  16. so the only other thing to look at is the LookUp referance.
  17.  
  18. Contact me?
  19. ================
  20. If you want to contact me for any reason, then write to me through
  21. hoss@satech.net.au (Ian Hoskins).
  22.  
  23. Disclaimer
  24. ================
  25. Everyone else seems to be doing it these days, so here it is.
  26. I am simply not to be held responsible for any losses, datawise, due to the
  27. use of this program.  If it scrubs your harddrive and calls you names, well,
  28. stiff.
  29.  
  30. This source is to be classified as PD.
  31.  
  32. Thanks
  33. ================
  34. Special thanks must go to:
  35.         Acid Software   For the absolute bestest coding tool ever!
  36.         Bryan Ford      For introducing the GMOD format
  37.  
  38. That'll do.  If you think you ought to be in here, then tell me, I'll mention
  39. you in the next update.
  40.  
  41. Things to do
  42. ================
  43. Well, only the bare minimum of functions are implemented at the moment.
  44. In the next release I will hopefully have them all.
  45.  
  46. There is a bug, at the end of my GMODPlay source I used to have a
  47. Goto again
  48. statement in place of the End. (the .again: label was just after the
  49. FindScreen 0) But now I've converted to using all the functions, the code
  50. crashes when trying to reopen the FileRequest.
  51.  
  52. If someone can enlighten me on WHY!!, then I'd really be very thankful :)
  53.  
  54. (It might be cuz I'm trashing too many registers, I'm not sure...)
  55.  
  56. Now go look at the LookUp table.
  57.